Skip to content

Commit

Permalink
Merge pull request #118 from Alexhuszagh/vslint
Browse files Browse the repository at this point in the history
Update editor settings.
  • Loading branch information
Alexhuszagh authored Sep 9, 2024
2 parents e8be71d + 51c8368 commit 22f7caa
Show file tree
Hide file tree
Showing 3 changed files with 1,266 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
tab_width = 4
trim_trailing_whitespace = true

[*.{cpp,hpp,sh,in,svg,qss,txt,cmake,py,json}]
charset = utf-8

[*.md]
indent_size = 2

[{package.json,.github/workflows/*.yml}]
indent_style = space
indent_size = 2
Loading

0 comments on commit 22f7caa

Please sign in to comment.