浏览代码

Add .editorconfig: spaces everywhere but NewUI

Signed-off-by: joce <joce@unity3d.com>
/main
joce 8 年前
当前提交
0e9bf43e
共有 2 个文件被更改,包括 14 次插入0 次删除
  1. 7
      MaterialGraphProject/Assets/.editorconfig
  2. 7
      MaterialGraphProject/Assets/NewUI/.editorconfig

7
MaterialGraphProject/Assets/.editorconfig


root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

7
MaterialGraphProject/Assets/NewUI/.editorconfig


root = true
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
正在加载...
取消
保存