From 8a974e9c89f4e875bd75414c391c0a29dd463387 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sun, 24 Nov 2024 23:13:33 -0500 Subject: [PATCH] editor config --- .editorconfig | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b1fbaf4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,31 @@ +root = true + +[*.asm] +indent_style = tab +indent_size = 2 + +[*.refactor] +indent_style = space +indent_size = 4 + +[*.md] +indent_style = space +indent_size = 4 + +[*.{h, c, hpp, cpp}] +indent_style = tab +indent_size = 4 + +[*.{ps1, psm1}] +indent_style = tab +indent_size = 4 + +[*.odin] +indent_style = tab +indent_size = 2 +charset = utf-8 + + +[*.{natvis, natstepfilter}] +indent_style = tab +indent_size = 4