This is supported by many editors and an easy way to ensure consistent indentation.pull/933/head
parent
d8cd194214
commit
07a53eeebb
1 changed files with 25 additions and 0 deletions
@ -0,0 +1,25 @@ |
||||
root = true |
||||
|
||||
[*] |
||||
charset = utf-8 |
||||
end_of_line = lf |
||||
indent_style = space |
||||
|
||||
[*.[ch]] |
||||
indent_size = 4 |
||||
|
||||
[*.cpp] |
||||
indent_size = 4 |
||||
|
||||
[*.py] |
||||
indent_size = 4 |
||||
|
||||
[*.vala] |
||||
indent_size = 4 |
||||
|
||||
[*.xml] |
||||
indent_size = 2 |
||||
|
||||
[meson.build] |
||||
indent_size = 2 |
||||
|
Loading…
Reference in new issue