diff options
author | Elwin Hammer <elwinhammer@gmail.com> | 2024-05-25 16:22:19 +0200 |
---|---|---|
committer | Elwin Hammer <elwinhammer@gmail.com> | 2024-05-25 16:22:19 +0200 |
commit | 0350186840aa15ff2c5547d48fe831d0729b3ef0 (patch) | |
tree | 4367094937d97ae7f8891a09c0afaa22490ac9c8 | |
parent | 358ce069644dfc56592b7d1cfa655d1eb9c4d5f0 (diff) |
Delete editorconfig.wxl
-rw-r--r-- | editorconfig.wxl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editorconfig.wxl b/editorconfig.wxl deleted file mode 100644 index cd37156..0000000 --- a/editorconfig.wxl +++ /dev/null @@ -1,12 +0,0 @@ -root = true - -[*] -indent_style = tab -end_of_line = lf -insert_final_newline = true - -[*.md] -indent_style = space -indent_size = 2 - - |