Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-06-08 14:18:44 +02:00

Remove trailing white spaces on save

This commit is contained in:
Wessel Tip
2019-08-03 12:15:50 +02:00
parent e5c01a358f
commit 9692adc8fa

View File

@@ -4,5 +4,5 @@ root = true
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
charset = utf-8 charset = utf-8
trim_trailing_whitespace = false trim_trailing_whitespace = true
insert_final_newline = false insert_final_newline = true