0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00
n/.editorconfig

23 lines
433 B
INI
Raw Normal View History

2020-07-15 10:39:09 +02:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
tab_width = 2
trim_trailing_whitespace = true
# Tab indentation (no size specified)
[{Makefile,makefile}]
indent_style = tab
[*.md]
# indent 4 for code blocks
indent_size = 4
# preserve trailing space for line breaks
trim_trailing_whitespace = false