aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-02-08 22:55:01 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-02-09 22:25:27 +0100
commit95f19f4400b77e4008676731f34b1ea88d07054f (patch)
tree478028fd61f2a3d4a7405af48f05887c4755527b /.editorconfig
downloadstyle.nes-95f19f4400b77e4008676731f34b1ea88d07054f.tar.gz
style.nes-95f19f4400b77e4008676731f34b1ea88d07054f.zip
Initial commit
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..c420a82
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+charset = utf-8
+indent_size = 4
+insert_final_newline = true
+end_of_line = lf
+
+[*.{s,S}]
+indent_style = space
+
+[Makefile]
+indent_style = tab