Revision d22b8ee3920c28a1a540462d931896eaf695f33c authored by Pat Hawks on 19 May 2018, 15:30:00 UTC, committed by Pat Hawks on 19 May 2018, 15:30:00 UTC
1 parent b89efa5
Raw File
.editorconfig
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
back to top