diff options
author | gumi <git@gumi.ca> | 2020-08-10 13:16:38 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2020-08-10 13:16:38 -0400 |
commit | ce475950bf3ceaa5fd62a6673568712bd62f7494 (patch) | |
tree | cb4af4e7439fa38ae3a36263261ad557c67366ae | |
parent | 4c8112de3e1caf4e50c82f4ecb68295ecc5b31a4 (diff) | |
download | serverdata-ce475950bf3ceaa5fd62a6673568712bd62f7494.tar.gz serverdata-ce475950bf3ceaa5fd62a6673568712bd62f7494.tar.bz2 serverdata-ce475950bf3ceaa5fd62a6673568712bd62f7494.tar.xz serverdata-ce475950bf3ceaa5fd62a6673568712bd62f7494.zip |
add editorconfig for the db libconfig files
-rw-r--r-- | db/.editorconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/.editorconfig b/db/.editorconfig new file mode 100644 index 00000000..e189ab1b --- /dev/null +++ b/db/.editorconfig @@ -0,0 +1,7 @@ +# editorconfig for the libconfig files + +[*.conf] +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = tab |