Prospect-Mod/.editorconfig

19 lines
382 B
INI
Raw Permalink Normal View History

2020-07-19 19:07:17 -07:00
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# Matches multiple files with brace expansion notation
# Set default charset
2020-08-24 00:23:18 -07:00
[*.{java,class,js,jsx,html,sass}]
2020-07-19 19:07:17 -07:00
charset = utf-8
indent_style = tab
indent_size = 4
2020-08-24 00:11:29 -07:00
trim_trailing_whitespace = true
2020-07-19 19:07:17 -07:00
[*.md]
trim_trailing_whitespace = false