Israel Lavi | b2a3ace | 2018-08-07 10:54:17 +0300 | [diff] [blame] | 1 | # Editor configuration, see http://editorconfig.org |
Israel Lavi | 1994c98 | 2018-05-21 17:42:00 +0300 | [diff] [blame] | 2 | root = true |
| 3 | |
Israel Lavi | 1994c98 | 2018-05-21 17:42:00 +0300 | [diff] [blame] | 4 | [*] |
Israel Lavi | 1994c98 | 2018-05-21 17:42:00 +0300 | [diff] [blame] | 5 | charset = utf-8 |
Israel Lavi | 1994c98 | 2018-05-21 17:42:00 +0300 | [diff] [blame] | 6 | indent_style = space |
Israel Lavi | b2a3ace | 2018-08-07 10:54:17 +0300 | [diff] [blame] | 7 | indent_size = 2 |
| 8 | insert_final_newline = true |
| 9 | trim_trailing_whitespace = true |
| 10 | |
| 11 | [*.md] |
| 12 | max_line_length = off |
| 13 | trim_trailing_whitespace = false |