nsedit/.editorconfig
insert_final_newline=varies is not an acceptable value. strconv.ParseBool: parsing "varies": invalid syntax
Mark Schouten 7f7c9b378f Squashed 'jquery-ui/' content from commit 77ff328
git-subtree-dir: jquery-ui
git-subtree-split: 77ff328cbe8a662f52178020d202dc1bfb560fd8
2016-08-05 12:57:52 +02:00

16 lines
324 B
INI

# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
indent_style = tab
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[external/**]
trim_trailing_whitespace = false
insert_final_newline = varies
end_of_line = varies