JavaScript の EditorConfig プロパティ: 構文スタイル
引用符
引用スタイル
プロパティ名:
[resharper_]js_quote_style , [resharper_]quote_style
Defines whether single-quotes (') or double-quotes (") should be used for string literals
使用可能な値:
singlequoted: アポストロフィ: 'single_quoted: アポストロフィ: 'doublequoted: 引用符: "double_quoted: 引用符: "
ステートメント
文の終了方法を定義する
プロパティ名:
[resharper_]js_termination_style , [resharper_]termination_style
Defines how statements are terminated
使用可能な値:
ensure_semicolon: セミコロンを確実にするdrop_semicolon: セミコロンをドロップする
2024 年 5 月 26 日