Skip to content

Commit

Permalink
.editorconfig file added
Browse files Browse the repository at this point in the history
  • Loading branch information
ama39 committed May 3, 2020
1 parent b86f56f commit 4cb40dc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# CSS Framework/CWD Theme: Drupal editor configuration normalization
# @see http://editorconfig.org/

# All files.
[*]
end_of_line = LF
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{composer.json,composer.lock}]
indent_size = 4

# CSS Framework files.
[{*.html,*.scss,*.css,*.map,*.js,*.svg}]
indent_style = tab
trim_trailing_whitespace = false
insert_final_newline = false

0 comments on commit 4cb40dc

Please sign in to comment.