Skip to content

Commit

Permalink
Add basic editorconfig for enforcing style
Browse files Browse the repository at this point in the history
  • Loading branch information
jgkamat committed Apr 6, 2016
1 parent fb74158 commit fa84aae
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

max_line_length = 79

indent_style = space
indent_size = 4

[*.yml]
indent_size = 2

[*.feature]
max_line_length = 9999

1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ recursive-exclude doc *.asciidoc
include doc/qutebrowser.1.asciidoc
prune tests
prune qutebrowser/3rdparty
exclude .editorconfig
exclude pytest.ini
exclude qutebrowser.rcc
exclude .coveragerc
Expand Down

0 comments on commit fa84aae

Please sign in to comment.