13 lines
145 B
INI
13 lines
145 B
INI
|
|
# All files
|
|
[*]
|
|
indent_style = space
|
|
|
|
# Xml files
|
|
[*.xml]
|
|
indent_size = 2
|
|
|
|
# 設定所有文字檔案使用 UTF-8 編碼
|
|
[*]
|
|
charset = utf-8
|