📝 Doc ~/.atom/init.coffee
Esse commit está contido em:
+13
-1
@@ -1 +1,13 @@
|
||||
# For more on how to configure atom open `~/github/atom/docs/configuring-and-extending.md`
|
||||
# Your init script
|
||||
#
|
||||
# Atom will evaluate this file each time a new window is opened. It is run
|
||||
# after packages are loaded/activated and after the previous editor state
|
||||
# has been restored.
|
||||
#
|
||||
# An example hack to make opened Markdown files have larger text:
|
||||
#
|
||||
# path = require 'path'
|
||||
#
|
||||
# atom.workspaceView.eachEditorView (editorView) ->
|
||||
# if path.extname(editorView.getEditor().getPath()) is '.md'
|
||||
# editorView.setFontSize(20)
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário