Skip to content

Commit

Permalink
add .editorconfig
Browse files Browse the repository at this point in the history
Standardized file supported by many editors to avoid bad indentation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb committed Mar 25, 2024
1 parent 2edd7ca commit a323e2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace=true

0 comments on commit a323e2c

Please sign in to comment.