1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 12:04:42 +01:00

Fix .editorconfig

This commit is contained in:
Niklas Keller 2017-07-29 22:21:50 +02:00
parent 334cf8ab3c
commit 147a3f5b2b

View File

@ -4,5 +4,5 @@ root = true
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = spaces
indent_style = space
charset = utf-8