Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Cronus1007 committed Dec 22, 2020
1 parent 7217188 commit 6b6cad6
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,12 @@ max_line_length = 80

# The JSON files contain newlines inconsistently
[*.json]
indent_size = 4
insert_final_newline = ignore

# No need to use the spaces for contents.lr file
[*.lr]
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = ignore
insert_final_newline = ignore

# No need to use the spaces for .ini files
[*.ini]
indent_style = ignore
insert_final_newline = ignore

# Minified JavaScript files shouldn't be changed
[**.min.js]
indent_style = ignore
indent_style = 2
insert_final_newline = ignore

# Makefiles always use tabs for indentation
Expand Down

0 comments on commit 6b6cad6

Please sign in to comment.