File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ trim_trailing_whitespace = true
1515[* .py ]
1616indent_size = 4
1717
18+ [* .json ]
19+ indent_size = 4
20+
21+ # 2 space indentation
1822[* .yml ]
1923indent_size = 2
2024
Original file line number Diff line number Diff line change 1+ {
2+ "urls" : [
3+ [
4+ " lcd_i2c/__init__.py" ,
5+ " github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/__init__.py"
6+ ],
7+ [
8+ " lcd_i2c/const.py" ,
9+ " github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/const.py"
10+ ],
11+ [
12+ " lcd_i2c/lcd_i2c.py" ,
13+ " github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/lcd_i2c.py"
14+ ],
15+ [
16+ " lcd_i2c/typing.py" ,
17+ " github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/typing.py"
18+ ],
19+ [
20+ " lcd_i2c/version.py" ,
21+ " github:org/brainelectronics/micropython-i2c-lcd/lcd_i2c/version.py"
22+ ]
23+ ],
24+ "deps" : [
25+ ],
26+ "version" : " 0.1.0"
27+ }
You can’t perform that action at this time.
0 commit comments