add editor config
This commit is contained in:
parent
c9e1d7d41e
commit
220569f263
16
.editorconfig
Normal file
16
.editorconfig
Normal file
|
@ -0,0 +1,16 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
charset = utf-8
|
||||
|
||||
[{Makefile,*.mk}]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[*.{md,nix,json,yml,yaml}]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
|
Loading…
Reference in a new issue