Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

共通のC#コードフォーマットの設定の追加 #46

Closed
wants to merge 3 commits into from

Conversation

Elise3993
Copy link
Collaborator

概要

詳細・現状報告

  • Editorconfigを用いてフォーマット設定を書いている途中
  • このコミット時点で書けている設定
    • .editorconfig固有の設定(どの言語・エディタでも共通に設定できるもの(多分)、文字コードとかインデントをスペース4つにするとか)
    • C#の命名規則の1例のみ(他かなり大量に設定が残っている。ソースコード中のコメントに設定できそうな項目については記載済み)
  • 基本的には命名規則の違反についてはwarningレベル(⚠️警告だけする。エラーにはならない)にする予定
  • .editorconfigファイルがあるフォルダ&それ以下のフォルダ全てが適応範囲なため、外部パッケージが入らず適応範囲が一番広くなるであろうAssetsフォルダ直下に配置する予定

設定適用方法

どちらもAssetsフォルダ直下に.editorconfigファイルがあることを確認する

  • VSCode
  1. 拡張機能EditorConfig for VS Code をインストール
    おそらくこれだけで行けるはず
  • VS
    調査中

@Elise3993 Elise3993 added the enhancement New feature or request label Jul 25, 2024
@Elise3993 Elise3993 self-assigned this Jul 25, 2024
@dugite-git dugite-git closed this Jul 29, 2024
@dugite-git dugite-git deleted the feature/code-formatting-settings branch July 29, 2024 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

全員共通のコードフォーマットの設定を追加したい
2 participants