Skip to content

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
This ensures we have trailing newlines and no trailing whitespace.
  • Loading branch information
dansteren committed Nov 29, 2023
1 parent 69a0395 commit 945098d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.dfx
.DS_Store
.editorconfig
.vscode/*
dist
node_modules
Expand Down

0 comments on commit 945098d

Please sign in to comment.