Skip to content

Commit

Permalink
Remove unwanted sections
Browse files Browse the repository at this point in the history
  • Loading branch information
petervanderdoes committed Apr 21, 2017
1 parent 13a1d08 commit 8b0733f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .editorconfig
Expand Up @@ -11,21 +11,6 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

# Docstrings and comments use max_line_length = 79
[*.py]
max_line_length = 100

#
# PHP Styles
#
[*.php]
indent_style = space
indent_size = 4

[*.twig]
trim_trailing_whitespace = false
insert_final_newline = false

#
# Javascript
#
Expand All @@ -42,6 +27,7 @@ indent_size = 2
[*.py]
indent_style = space
indent_size = 4
max_line_length = 100

#
# JSON File
Expand Down

0 comments on commit 8b0733f

Please sign in to comment.