Laravel 保持統一程式碼風格

Jouzeyu發表於2020-05-20

路徑:.editorconfig

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 2

[*.{js,html,blade.php,css,scss}]
indent_style = space
indent_size = 2
本作品採用《CC 協議》,轉載必須註明作者和本文連結

空舟湖上~
     ——Jouzeyu

相關文章