Skip to content
This repository was archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
style: add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
claygriffiths committed Dec 4, 2018
1 parent f684f26 commit 57e4eb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 70 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

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

[*.yml]
indent_size = 2
indent_style = space
70 changes: 0 additions & 70 deletions style.css

This file was deleted.

0 comments on commit 57e4eb8

Please sign in to comment.