NWJS_Hour_Tracking/.editorconfig
The Jared Wilcurt 620b4f3ddb Mostly set up
2019-07-08 09:32:03 -04:00

26 lines
471 B
INI

# 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