Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
xpmatteo authored Feb 7, 2024
1 parent 3efcd8f commit 84ade27
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
; indicate this is the root of the project
root = true

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

[package.json]
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
indent_size = 4

[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab

[*.go]
indent_style = tab

0 comments on commit 84ade27

Please sign in to comment.