Skip to content

Commit

Permalink
Add .editorconfig and .gitignore to repo (#1366)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Zakamskov <[email protected]>
  • Loading branch information
berserg2010 and Sergei Zakamskov authored Mar 2, 2024
1 parent fa6b8ff commit 08fdffd
Show file tree
Hide file tree
Showing 2 changed files with 23 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 @@
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.rs]
indent_size = 4

[*.md]
trim_trailing_whitespace = false
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### IDE ###
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

0 comments on commit 08fdffd

Please sign in to comment.