.editorconfig
Agar kode yang ditulis konsisten disetiap mesin di level kode editor, kamu bisa menggunakan aturan .editorconfig
berikut:
root = true[*]charset = utf-8end_of_line = lfindent_size = 2indent_style = spaceinsert_final_newline = truetrim_trailing_whitespace = true[*.md]trim_trailing_whitespace = false[{*.json,*.yml}]indent_size = 2indent_style = space
Berkas .editorconfig
bisa disimpan di level project ataupun global.