Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / underscore.string / .editorconfig
1 # EditorConfig is awesome: http://EditorConfig.org
2 root = true
3
4 [*]
5 end_of_line = lf
6 insert_final_newline = true
7 indent_style = space
8 indent_size = 2
9 charset = utf-8