UNPKG

358 BPlain TextView Raw
1# Get the plugin for your editor and your
2# tab settings will be set automatically.
3# http://EditorConfig.org
4
5# top-most EditorConfig file
6root = true
7
8# Unix-style newlines with no newline ending every file
9[*]
10end_of_line = lf
11insert_final_newline = false
12
13# Indentation override for all JS under lib directory
14[*.js]
15indent_style = space
16indent_size = 4