diff options
author | Hubert Hirtz <hubert@hirtz.pm> | 2021-10-22 21:01:07 +0200 |
---|---|---|
committer | Hubert Hirtz <hubert@hirtz.pm> | 2021-10-22 21:01:07 +0200 |
commit | 43fcc4b7fef0408be24631c2fa3625089dcd5885 (patch) | |
tree | eb430280376cd7ea54c10c3345e7a6b5370e993b /.editorconfig | |
parent | config: allow specifying an external password cmd (diff) |
Add an .editorconfig file
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6ab52d0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[*.{md,scd}] +max_line_length = 80 |