Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from Financial-Times/matth/text-only-editorconfig
Browse files Browse the repository at this point in the history
target only known text file types in editorconfig
  • Loading branch information
i-like-robots authored Jun 26, 2017
2 parents 881dd94 + 66f5756 commit 1c25bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dotfiles/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
root = true

[*.*]
[**{.js,.ts,.html,.hbs,.mustache,.xml,.xsl,.scss,.css,.sh,.vcl,.mk,Makefile,.json,.yml,.yaml,.md}]
end_of_line = lf
insert_final_newline = true
charset = utf-8

[**{.js,.scss,.html,.mustache,Makefile,.vcl}]
[**{.js,.ts,.html,.hbs,.mustache,.xml,.xsl,.scss,.css,.sh,.vcl,.mk,Makefile}]
indent_style = tab
trim_trailing_whitespace = true

[**{.json}]
[**{.json,.yml,.yaml}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

0 comments on commit 1c25bdc

Please sign in to comment.