-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Actionbot edited this page Feb 22, 2026
·
1 revision
The dotnet biak setup command initializes the Biak environment in your current project directory by creating a dedicated configuration folder and copying your existing .editorconfig into it.
When executed inside a project directory, the command:
- Verifies that a
.editorconfigfile exists. - Creates a
.biakfolder. - Copies
.editorconfiginto.biak/.editorconfig-main. - Optionally recreates the
.biakfolder if it already exists.
dotnet biak setup- Must be run from a directory that contains a
.editorconfigfile. - No additional arguments are supported.
After a successful run:
your-project/
β
βββ .editorconfig
βββ .biak/
βββ .editorconfig-main
After running dotnet biak setup, the root .editorconfig should be treated as read-only for Biak configuration purposes.
Do not modify project structure or Biak-specific configuration inside .editorconfig. All structural or Biak-related changes should now be made in .biak/.editorconfig-main.
Hey! If you don't have write access to the wiki, you can change that in the docs/wiki folder.