Skip to content

Commit

Permalink
Editing: Add .editorconfig from zulip/zulip (with note).
Browse files Browse the repository at this point in the history
  • Loading branch information
neiljp authored and showell committed Dec 18, 2017
1 parent b306324 commit 26f76dc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# This file was copied from the zulip/zulip repository
# - not all file types are present here, but this ensures
# future files will be consistent with those in zulip/zulip

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{sh,py,pyi,js,json,yml,xml,css,md,markdown,handlebars,html}]
indent_style = space
indent_size = 4

[*.{svg,rb,pp,pl}]
indent_style = space
indent_size = 2

[*.{cfg}]
indent_style = space
indent_size = 8

0 comments on commit 26f76dc

Please sign in to comment.