Skip to content

Instantly share code, notes, and snippets.

@yukihane
Created May 26, 2018 05:39
Show Gist options
  • Save yukihane/d9838fa090637e54a630ff864e23cae1 to your computer and use it in GitHub Desktop.
Save yukihane/d9838fa090637e54a630ff864e23cae1 to your computer and use it in GitHub Desktop.
Visual Studio用の文字コードとか設定ファイル
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
[*.cs]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
@yukihane
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment