Skip to content

Commit

Permalink
chore: editor config and rust gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
okomarov committed Dec 7, 2023
1 parent e6e90d0 commit 436f9b6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

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

[python]
end_of_line = lf
charset = utf-8
indent_style = space
indent_size = 4
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
2018
# Rust
target/

# IDE
.vscode

# Data
input*.txt

0 comments on commit 436f9b6

Please sign in to comment.