Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Text editor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xpepermint committed May 9, 2018
1 parent c114ea1 commit 7a81e50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
@@ -0,0 +1,10 @@
root = true

[*]
indent_style = space
indent_size = 2
max_line_length = 100
insert_final_newline = false
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8

0 comments on commit 7a81e50

Please sign in to comment.