vite vue ts テンプレートの作成: editorconfig のセットアップ
1508 ワード
editorconfig および構成ファイルのセットアップ
<オール>touch .editorconfig
.editorconfig
を次のように更新します.
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
git add .
git commit -m 'setup editorconfig
リンク
計画
Reference
この問題について(vite vue ts テンプレートの作成: editorconfig のセットアップ), 我々は、より多くの情報をここで見つけました https://dev.to/imomaliev/creating-vite-vue-ts-template-setup-editorconfig-2op5テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol