diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-02 15:24:22 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-02 15:24:22 +0200 |
commit | f5da5d0d5489481ddb18dcb6088059884efeb024 (patch) | |
tree | c243fc9a478a255d253ccb9d89f52a6e6c7d00ed /.editorconfig |
initial commit (WIP repo scaffolding)
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..1bd7da9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +insert_final_newline = true + +[*.{md,yml}] +indent_style = space +indent_size = 2 + |