diff options
author | Elwin Hammer <elwinhamer@gmail.com> | 2024-05-21 20:52:34 +0200 |
---|---|---|
committer | Elwin Hammer <elwinhamer@gmail.com> | 2024-05-21 20:52:34 +0200 |
commit | a407d920293ebc1d442abcc5bb4e43fc8a6cbe65 (patch) | |
tree | d8b547abd753c9b28bd516bf6f68817e560e6b81 /editorconfig.wxl | |
parent | b73a609fad2a8e97ed9e708d9d91258b9ac1831c (diff) |
Feedback applied
Diffstat (limited to 'editorconfig.wxl')
-rw-r--r-- | editorconfig.wxl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editorconfig.wxl b/editorconfig.wxl new file mode 100644 index 0000000..cd37156 --- /dev/null +++ b/editorconfig.wxl @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +insert_final_newline = true + +[*.md] +indent_style = space +indent_size = 2 + + |