We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0e1b3 commit 7c20258Copy full SHA for 7c20258
.editorconfig
@@ -0,0 +1,12 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+insert_final_newline = true
7
+indent_style = tab
8
+indent_size = 2
9
+trim_trailing_whitespace = true
10
11
+[*.{md,mdx}]
12
+trim_trailing_whitespace = false
nx.json
@@ -1,7 +1,5 @@
{
- "affected": {
- "defaultBase": "main"
- },
+ "defaultBase": "main",
"workspaceLayout": {
"appsDir": "apps",
"libsDir": "packages"
0 commit comments