13 lines
248 B
INI
13 lines
248 B
INI
# EditorConfig is awesome: https://editorconfig.org
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.nix]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|