deploying the blogs
This commit is contained in:
parent
4398715004
commit
86c268eebd
9 changed files with 52 additions and 54 deletions
|
|
@ -16,10 +16,15 @@ insert_final_newline = true
|
|||
charset = utf-8
|
||||
|
||||
# 4 space indentation
|
||||
[*.py]
|
||||
[*.py,*.xml,*.csproj]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
# 2 space indentation
|
||||
[*.xml,*.csproj,*.axaml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
# Tab indentation (no size specified)
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue