Editorconfig : Add more extensions.
This commit is contained in:
parent
854bd91a88
commit
f5368d15ac
|
@ -7,3 +7,15 @@ indent_style = tab
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.{nix,js}]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.{lua,kt,kts,rs,py}]
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.{sh,md}]
|
||||||
|
indent_size = 8
|
||||||
|
|
Loading…
Reference in a new issue