NWJS_Hour_Tracking/.editorconfig

26 lines
471 B
INI
Raw Permalink Normal View History

2019-07-08 07:32:03 -06:00
# EditorConfig is awesome: http://EditorConfig.org
# Top-most EditorConfig file
root = true
# defaults for all files
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# Markdown files uses two trailing spaces to indicate a <br>
[*.{md}]
trim_trailing_whitespace = false
# 4 space indentation
[*.{sass,scss,css}]
indent_size = 4
# 2 space indentation
[*.{html,json}]
indent_size = 2