addd ssd1306 lib
This commit is contained in:
14
P1_gateway_FW/lib/esp8266-oled-ssd1306-4.2.0/.editorconfig
Normal file
14
P1_gateway_FW/lib/esp8266-oled-ssd1306-4.2.0/.editorconfig
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user