mirror of
https://github.com/esphome/esphome.git
synced 2024-11-01 08:37:10 +01:00
34 lines
398 B
INI
34 lines
398 B
INI
root = true
|
|
|
|
# general
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
|
|
# python
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
# C++
|
|
[*.{cpp,h,tcc}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
# Web
|
|
[*.{js,html,css}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
# YAML
|
|
[*.{yaml,yml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
quote_type = double
|
|
|
|
# JSON
|
|
[*.json]
|
|
indent_style = space
|
|
indent_size = 2
|