vite vue ts テンプレートの作成: editorconfig のセットアップ


editorconfig および構成ファイルのセットアップ

<オール>
  • 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

  • リンク

    計画

    imomaliev / vue-ts

    Vite + Vue + TypeScript テンプレート