Initial commit
[yaffs-website] / node_modules / node-sass / src / libsass / .editorconfig
1 # This file is for unifying the coding style for different editors and IDEs
2 # editorconfig.org
3
4 root = true
5
6 [*]
7 charset = utf-8
8 trim_trailing_whitespace = true
9 insert_final_newline = true
10 indent_style = spaces
11 indent_size = 2
12
13 [{Makefile, GNUmakefile.am}]
14 indent_style = tab
15 indent_size = 4