Files
edb-www/.editorconfig
Nikolai R Kristiansen 02a1ce39a7 🚨
2022-02-22 00:41:39 +01:00

17 lines
319 B
INI

# editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 2
max_line_length = 120
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false