dotfiles/.atom/config.cson
2020-07-02 14:51:26 +02:00

25 lines
490 B
Plaintext

"*":
core:
telemetryConsent: "no"
themes: [
"nord-atom-ui"
"nord-atom-syntax"
]
titleBar: "custom"
editor:
fontFamily: "Source Code Pro"
lineHeight: "1.4"
showIndentGuide: true
showInvisibles: true
softWrap: true
softWrapHangingIndent: 1
tabType: "hard"
minimap:
plugins:
cursorline: true
cursorlineDecorationsZIndex: 0
pigments: true
pigmentsDecorationsZIndex: 0
welcome:
showOnStartup: false