我.editorconfig
为intellij创建了一个如下所示的文件
# editorconfig.org
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
indent_style = space
indent_size = 4
[*.js]
indent_size = 4
[{package.json}]
indent_style = space
indent_size = 4
我如何一次将这种代码样式应用于所有文件知道我将打开一个文件并按Ctrl+ Alt+l这将完成这项工作有没有办法将它作为 intellij14 中所有应用程序的配置应用