1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-01-16 21:18:39 +01:00
slate/.editorconfig

18 lines
278 B
INI
Raw Permalink Normal View History

# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.txt]
insert_final_newline = false
trim_trailing_whitespace = false