diff options
author | Simon Ser <contact@emersion.fr> | 2021-09-01 09:14:10 +0000 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2021-09-02 20:41:47 +0200 |
commit | 29a6832ca0354f9bdc868533f9399dc3a0fb20e3 (patch) | |
tree | c64e05f5c9577b2064111b01b5d890db2ff6786b | |
parent | df3f307b8e013814384723371dbfc549542a3a8f (diff) | |
download | seatd-29a6832ca0354f9bdc868533f9399dc3a0fb20e3.tar.xz |
Add .editorconfig
Allows text editor auto-configuration.
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..51a7d86 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab +indent_size = 8 |