diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-02-08 22:55:01 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-02-09 22:25:27 +0100 |
| commit | 95f19f4400b77e4008676731f34b1ea88d07054f (patch) | |
| tree | 478028fd61f2a3d4a7405af48f05887c4755527b /.editorconfig | |
| download | style.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-- | .editorconfig | 13 |
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 |
