Skip to content

Commit

Permalink
Add an editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Dec 20, 2023
1 parent 00ca5e1 commit 0f2d403
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# https://editorconfig.org/

root = true

[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.{c,h}]
indent_size = 8
indent_style = tab

[*.{py,sym}]
indent_size = 4
indent_style = space

[{meson.build,meson_options.txt}]
indent_size = 8
indent_style = tab

0 comments on commit 0f2d403

Please sign in to comment.