diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 18:38:03 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-05-25 18:38:03 +0200 |
| commit | 36a23cfeb565446572c84d22a8be8e2e01c3c3e0 (patch) | |
| tree | e5a88b98fd783861b8ea6146543415289f940732 /.editorconfig | |
| parent | 4525f60f29359b7ba88e47880d79fb9869913656 (diff) | |
| parent | 078038da762d7f64ae07cf416a2a08dddfc0c651 (diff) | |
Merge branch 'master' into wip/main-controller
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..cd37156 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +insert_final_newline = true + +[*.md] +indent_style = space +indent_size = 2 + + |