Revision 65421efe1a15f07e3f952d5bce1c47fb3feb554a authored by Thomas Guillet on 07 September 2020, 08:54:01 UTC, committed by GitHub on 07 September 2020, 08:54:01 UTC
2 parent s aeb68f0 + 191ad7d
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