diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:58 +0200 |
commit | d087d778ffb62e2713cb848540bcc819470365bd (patch) | |
tree | d69692a274dd1c7d0672e6bb7155a0fc106f9d49 /.editorconfig | |
parent | c8bd2513ecba169cff44c09c8058c36987357b18 (diff) | |
parent | 3759ce55ba79b8d3b9d8ed247a252273ee7dade3 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0faa31d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# .editorconfig -- settings for consistent coding style conventions +# Copyright (C) 2017 Olaf Meeuwissen +# +# License: GPL-3.0+ + +# Your editor may need a plugin for this configuration to take effect. +# See http://editorconfig.org/#download for details. + +root = true ; look no further + +[*] +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true |