Skip to content

Commit

Permalink
Rebundle resources
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Nov 9, 2021
1 parent ec695b0 commit 198b01b
Show file tree
Hide file tree
Showing 12 changed files with 1,138 additions and 515 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
root = true

[*]
max_line_length = 160
indent_style = space
indent_size = 4
continuation_indent_size = 8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8

[CMakeLists.txt]
indent_style = tab
continuation_indent_size = 4

[*.cmake]
indent_style = tab
continuation_indent_size = 4
Loading

0 comments on commit 198b01b

Please sign in to comment.