1
0
mirror of https://github.com/S2-/minifyfromhtml.git synced 2025-08-01 11:50:05 +02:00

add editorconfig

This commit is contained in:
s2
2019-03-29 15:58:12 +01:00
parent 8b3a40cfc2
commit f2842bfe6e

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
[*.md]
max_line_length = off
trim_trailing_whitespace = false