new editorconfig options!!
This commit is contained in:
parent
7d74ee7ca8
commit
70c30d0785
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
[*.nix]
|
[*.nix]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
max_line_length = 79
|
||||||
|
charset = utf-8
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
Loading…
Reference in a new issue