chore(vue): add less CSS preprocessor
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
import { defineConfig } from 'oxfmt';
|
||||
|
||||
export default defineConfig({
|
||||
ignorePatterns: [
|
||||
'.direnv/**/*',
|
||||
'.gitea/**/*',
|
||||
'backend/**/*',
|
||||
'**/*.toml',
|
||||
'**/*.md',
|
||||
'.sqlx/**/*',
|
||||
],
|
||||
ignorePatterns: ['.direnv/**/*', '.gitea/**/*', 'backend/**/*', '**/*.toml', '**/*.md', '.sqlx/**/*'],
|
||||
printWidth: 120,
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
|
||||
Reference in New Issue
Block a user