Skip to content

Commit

Permalink
[SEDONA-529] Add basic EditorConfig file (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Apr 3, 2024
1 parent c1b90fc commit cab82f0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# About this file, see:
# Website: https://editorconfig.org/
# For Emacs users: https://github.com/editorconfig/editorconfig-emacs
# For Vim users: https://github.com/editorconfig/editorconfig-vim
# For VS Code users: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig

root = true

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

[Makefile]
indent_style = tab

0 comments on commit cab82f0

Please sign in to comment.