mirror of
https://github.com/less/less.js.git
synced 2026-01-09 15:48:08 -05:00
* dev – add .editorconfig * AbstractPluginLoader – check for minVersion < 3 before running .setOptions() twice * tests – separate unspecified minVersion test from minVersion: [2,0,0] test
14 lines
214 B
INI
14 lines
214 B
INI
# @see http://editorconfig.org/
|
|
|
|
# the buck stops here
|
|
root = true
|
|
|
|
# all files
|
|
[*]
|
|
end_of_line = LF
|
|
indent_style = space
|
|
indent_size = 4
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|