Skip to content

Instantly share code, notes, and snippets.

@fuka
Created January 11, 2021 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fuka/b56bb27a49cfb56bb97a01b21d0b0bfd to your computer and use it in GitHub Desktop.
Save fuka/b56bb27a49cfb56bb97a01b21d0b0bfd to your computer and use it in GitHub Desktop.
Android Studio で新しいプロジェクトを作ったときに適用する editorconfig 設定
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.bat]
end_of_line = crlf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment