Files
P1-wifi-esp12e/P1_gateway_FW/lib/esp8266-oled-ssd1306-4.2.0/.editorconfig
2021-06-14 08:24:14 +02:00

15 lines
297 B
INI

# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
max_line_length = 120
curly_bracket_next_line = false