Revision 64f24bad3637ed6b2f7f6eda29b2b6ce50a8bbe0 authored by Jeremie Cook on 08 November 2019, 09:58:01 UTC, committed by Jeremie Cook on 08 November 2019, 09:58:01 UTC
1 parent 5926e26
Raw File
.editorconfig
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true


[*]

# Change these settings to your own preference
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[*.html]
indent_size = 2

[*.scss]
indent_size = 2
back to top