diff options
| author | s-ol <s+removethis@s-ol.nu> | 2020-12-03 16:38:49 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2020-12-03 16:38:49 +0000 |
| commit | 3dded82cb9dcc9cdbf2f287f87afd141441ef98e (patch) | |
| tree | f3a1b7217af74b1976874feea56c076528fe29c4 | |
| parent | move plugins into root (diff) | |
| download | mmm-3dded82cb9dcc9cdbf2f287f87afd141441ef98e.tar.gz mmm-3dded82cb9dcc9cdbf2f287f87afd141441ef98e.zip | |
add editorconfig
| -rw-r--r-- | .editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a481140 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[TODO] +indent_style = space +tab_width = 2 |
