Skip to content

Commit c87d92d

Browse files
docs: Add "Use Trailing Comma" setting doc
1 parent 5d5da10 commit c87d92d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ For example, by preparing the following CSV, you can quickly insert correspondin
189189
- **Auto Format Trigger**: Choose when formatting is applied.
190190
- **Auto**: Format automatically when leaving text field
191191
- **Manual**: Format only via keyboard shortcut (default: `Alt+Shift+F`)
192+
- **Use Trailing Comma**: If enabled, ensures all lines end with a trailing comma when formatting. If disabled, removes trailing commas.
192193

193194
## Advanced Settings
194195

docs/README_jp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ worst_quality,5,9999999,
187187
- **Auto Format Trigger**: フォーマットを適用するタイミングを選択します
188188
- **自動**: テキスト欄からフォーカスが外れた際に自動でフォーマットします
189189
- **手動**: キーボードショートカットでのみフォーマットします(デフォルト: `Alt+Shift+F`
190+
- **行末にカンマを使用**: 有効にすると、フォーマット時にすべての行末がカンマで終わるようになります。\n無効にすると行末のカンマが削除されます
190191

191192
## 上級者向け設定
192193

locales/ja/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
"manual": "手動"
8080
}
8181
},
82+
"AutocompletePlus_AutoFormatter_UseTrailingComma": {
83+
"name": "行末にカンマを使用",
84+
"tooltip": "有効にすると、すべての行末がカンマで終わるようになります。\n無効にすると行末のカンマが削除されます。"
85+
},
8286
"AutocompletePlus_AutoFormatter_EnableAutoFormat": {
8387
"name": "自動フォーマット機能の有効化"
8488
}

0 commit comments

Comments
 (0)