Skip to content

Commit

Permalink
Add editorconfig file
Browse files Browse the repository at this point in the history
Trivial config file, which is supported by more or less every editor out
there - either natively or via a plugin.

Should make indentation glitches less common.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
  • Loading branch information
evelikov committed Jan 9, 2024
1 parent 2445aa7 commit 3730cb4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# To use this config with your editor, follow the instructions at:
# http://editorconfig.org

root = true

[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4

[Makefile]
indent_style = tab

0 comments on commit 3730cb4

Please sign in to comment.