Skip to content

Commit

Permalink
build: setup editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Dec 19, 2020
1 parent 64ba9b3 commit a004fce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

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

[*.yml]
indent_size = 2
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
webbrowser = "0.5.5"
fuzzy-matcher = "0.3.7"
ansi_term = "0.12.1"
ansi_term = "0.12.1"

0 comments on commit a004fce

Please sign in to comment.