diff options
author | Simon Ser <contact@emersion.fr> | 2020-03-18 15:13:51 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-03-18 15:13:51 +0100 |
commit | dd5633ac51440dba70066567eede920511212f27 (patch) | |
tree | c60f10ac1d4421b916cca4a3df8862beb086a3f4 /.editorconfig | |
parent | be3ab9bdd5fed219e31767d51150d9da14f03280 (diff) | |
download | alps-dd5633ac51440dba70066567eede920511212f27.tar.gz alps-dd5633ac51440dba70066567eede920511212f27.zip |
editorconfig: add more settings
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
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 |