parent
e66fe1db82
commit
eaaed00276
3 changed files with 51 additions and 0 deletions
modules/quickshell/config
1
modules/quickshell/config/.envrc
Normal file
1
modules/quickshell/config/.envrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
use flake "$FLAKE#qml"
|
8
modules/quickshell/config/.qmlformat.ini
Normal file
8
modules/quickshell/config/.qmlformat.ini
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[General]
|
||||||
|
FunctionsSpacing=true
|
||||||
|
IndentWidth=4
|
||||||
|
MaxColumnWidth=-1
|
||||||
|
NewlineType=native
|
||||||
|
NormalizeOrder=true
|
||||||
|
ObjectsSpacing=true
|
||||||
|
UseTabs=false
|
42
modules/quickshell/config/.qmllint.ini
Normal file
42
modules/quickshell/config/.qmllint.ini
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
[General]
|
||||||
|
DisableDefaultImports=false
|
||||||
|
MaxWarnings=-1
|
||||||
|
|
||||||
|
[Warnings]
|
||||||
|
AccessSingletonViaObject=warning
|
||||||
|
AttachedPropertyReuse=disable
|
||||||
|
BadSignalHandlerParameters=warning
|
||||||
|
CompilerWarnings=disable
|
||||||
|
Deprecated=warning
|
||||||
|
DuplicatePropertyBinding=warning
|
||||||
|
DuplicatedName=warning
|
||||||
|
ImportFailure=warning
|
||||||
|
IncompatibleType=warning
|
||||||
|
InheritanceCycle=warning
|
||||||
|
InvalidLintDirective=warning
|
||||||
|
LintPluginWarnings=disable
|
||||||
|
MissingProperty=warning
|
||||||
|
MissingType=warning
|
||||||
|
MultilineStrings=info
|
||||||
|
NonListProperty=warning
|
||||||
|
PrefixedImportType=warning
|
||||||
|
PropertyAliasCycles=warning
|
||||||
|
Quick.Anchors=warning
|
||||||
|
Quick.AttachedPropertyReuse=disable
|
||||||
|
Quick.AttachedPropertyType=warning
|
||||||
|
Quick.ControlsAttachedPropertyReuse=disable
|
||||||
|
Quick.ControlsNativeCustomize=warning
|
||||||
|
Quick.LayoutsPositioning=warning
|
||||||
|
Quick.PropertyChangesParsed=warning
|
||||||
|
Quick.UnexpectedVarType=warning
|
||||||
|
ReadOnlyProperty=warning
|
||||||
|
RequiredProperty=warning
|
||||||
|
RestrictedType=warning
|
||||||
|
TopLevelComponent=warning
|
||||||
|
UncreatableType=disable
|
||||||
|
UnqualifiedAccess=warning
|
||||||
|
UnresolvedType=warning
|
||||||
|
UnusedImports=info
|
||||||
|
UseProperFunction=warning
|
||||||
|
VarUsedBeforeDeclaration=warning
|
||||||
|
WithStatement=warning
|
Loading…
Add table
Add a link
Reference in a new issue