Skip to content

Commit

Permalink
Added .editorconfig for VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
NikosDelijohn committed Aug 6, 2024
1 parent b127fa1 commit 7e9c74c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[*.isa]
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.py]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 7e9c74c

Please sign in to comment.