Skip to content

Commit

Permalink
Add editorconfig to match line length / indent conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed May 7, 2019
1 parent 6098181 commit 9854655
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
@@ -0,0 +1,9 @@
# top-most EditorConfig file
root = true

[*.dart]
max_line_length = 120

[*.js]
indent_size = 2
max_line_length = 120

0 comments on commit 9854655

Please sign in to comment.