blob: 6e87a003da89defd554080af5af93600cc9f91fe [file] [log] [blame]
Israel Lavib2a3ace2018-08-07 10:54:17 +03001# Editor configuration, see http://editorconfig.org
Israel Lavi1994c982018-05-21 17:42:00 +03002root = true
3
Israel Lavi1994c982018-05-21 17:42:00 +03004[*]
Israel Lavi1994c982018-05-21 17:42:00 +03005charset = utf-8
Israel Lavi1994c982018-05-21 17:42:00 +03006indent_style = space
Israel Lavib2a3ace2018-08-07 10:54:17 +03007indent_size = 2
8insert_final_newline = true
9trim_trailing_whitespace = true
10
11[*.md]
12max_line_length = off
13trim_trailing_whitespace = false