Skip to content

Commit

Permalink
Use Editorconfig instead of Emacs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
airtower-luna committed Apr 7, 2024
1 parent ca2e279 commit 7e5832c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .dir-locals.el

This file was deleted.

19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

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

[*.{c,h,h.in}]
indent_style = space
indent_size = 4

[*.py]
indent_style = space
indent_size = 4

[*.yaml]
indent_style = space
indent_size = 2

0 comments on commit 7e5832c

Please sign in to comment.