Revision f6296604fefd824e1054e41d6140031c81728eb0 authored by Thomas Guillet on 21 April 2021, 17:09:13 UTC, committed by Thomas Guillet on 06 May 2021, 08:40:48 UTC
1 parent 0279464
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