aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mikisabate@gmail.com>2025-02-05 09:30:43 +0100
committerMiquel Sabaté Solà <mikisabate@gmail.com>2025-02-05 09:30:43 +0100
commit54d9231c26459e12bd2f164f01db2110794639c0 (patch)
tree5dd08cecfd00fa39db263aad515bf8151322c496
parent3e7549c71f60ee1c4b49a7c09fde3b6017818089 (diff)
downloadcode.nes-54d9231c26459e12bd2f164f01db2110794639c0.tar.gz
code.nes-54d9231c26459e12bd2f164f01db2110794639c0.zip
Add an editorconfig file
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
-rw-r--r--.editorconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..3433fac
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,8 @@
+root = true
+
+[{*.{s,S},Makefile}]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4