Skip to content

Commit 4fd096c

Browse files
committed
Add tutorial for the PDK
1 parent 0ea640e commit 4fd096c

14 files changed

+1494
-2978
lines changed

.editorconfig

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
root = true
21

32
[*]
3+
# Non-configurable Prettier behaviors
4+
charset = utf-8
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
8+
# Configurable Prettier behaviors
9+
# (change these if your Prettier config differs)
410
end_of_line = lf
5-
insert_final_newline = true
11+
indent_style = space
12+
indent_size = 2
13+
max_line_length = 80
File renamed without changes.
File renamed without changes.
38.5 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)