{"id":528,"date":"2016-10-17T11:15:52","date_gmt":"2016-10-17T10:15:52","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=528"},"modified":"2018-08-30T10:59:11","modified_gmt":"2018-08-30T09:59:11","slug":"atom-editor-settings","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/atom-editor-settings\/","title":{"rendered":"Atom Editor Settings"},"content":{"rendered":"<p>.atom\/init.coffee<\/p>\n<pre lang=\"coffeescript\"># maximize window on startup\r\natom.maximize()\r\n<\/pre>\n<p>config.cson (Startup empty workspace + GUI + editor settings)<\/p>\n<pre lang=\"coffeescript\">  core:\r\n    openEmptyEditorOnStart: false\r\n    restorePreviousWindowsOnStart: false\r\n    themes: [\r\n      \"atom-dark-ui\"\r\n      \"base16-tomorrow-dark-theme\"\r\n    ]\r\n  editor:\r\n    fontSize: 13\r\n    invisibles: {}\r\n    nonWordCharacters: \"\/\\\\()\\\"':,.;&lt;&gt;~!@#%^&amp;*|+=[]{}`?-\u2026\"\r\n    preferredLineLength: 100\r\n    showIndentGuide: true\r\n    tabLength: 4\r\n    zoomFontWhenCtrlScrolling: false\r\n  welcome:\r\n    showOnStartup: false\r\n<\/pre>\n<p>Packages:<\/p>\n<pre class=\"lang:default decode:true \">switch-header-source (.*)\\.(js|ts|html)$\r\nblock-select\r\nmulti-cursor-plus\r\natom-beautify\r\nautocomplete-plus\r\nlinter-eslint\r\npinned-tabs\r\n\r\ngoto (File symbols: CTRL+R, Project symbols: CTRL+SHIFT+R, Search files: CTRL+T)\r\natom-ctags\r\ndocblockr\r\nlanguage-lua\r\nproject-manager\r\nzentabs\r\nomnisharp-atom (only for c# projects)\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>.atom\/init.coffee # maximize window on startup atom.maximize() config.cson (Startup empty workspace + GUI + editor settings) core: openEmptyEditorOnStart: false restorePreviousWindowsOnStart: false themes: [ &#8220;atom-dark-ui&#8221; &#8220;base16-tomorrow-dark-theme&#8221; ] editor: fontSize: 13 invisibles: {} nonWordCharacters: &#8220;\/\\\\()\\&#8221;&#8216;:,.;&lt;&gt;~!@#%^&amp;*|+=[]{}`?-\u2026&#8221; preferredLineLength: 100 showIndentGuide: true tabLength: 4 zoomFontWhenCtrlScrolling: false welcome: showOnStartup: false Packages: switch-header-source (.*)\\.(js|ts|html)$ block-select multi-cursor-plus atom-beautify autocomplete-plus linter-eslint pinned-tabs goto (File [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[3],"tags":[],"class_list":["post-528","post","type-post","status-publish","format-standard","hentry","category-personal"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/528","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=528"}],"version-history":[{"count":6,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/528\/revisions"}],"predecessor-version":[{"id":1213,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/528\/revisions\/1213"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=528"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=528"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=528"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}