aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-03-18 15:13:51 +0100
committerSimon Ser <contact@emersion.fr>2020-03-18 15:13:51 +0100
commitdd5633ac51440dba70066567eede920511212f27 (patch)
treec60f10ac1d4421b916cca4a3df8862beb086a3f4 /.editorconfig
parentbe3ab9bdd5fed219e31767d51150d9da14f03280 (diff)
downloadalps-dd5633ac51440dba70066567eede920511212f27.tar.gz
alps-dd5633ac51440dba70066567eede920511212f27.zip
editorconfig: add more settings
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index ca821f9..6bf9219 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,6 +1,10 @@
root = true
[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+trim_trailing_whitespace = true
indent_style = tab
indent_size = 4