瀏覽代碼

Add some comments

pull/15/head
10sr 8 年之前
父節點
當前提交
be010b0ed2
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. +8
    -1
      micro/init.lua

+ 8
- 1
micro/init.lua 查看文件

@@ -60,7 +60,14 @@ function onViewOpen(view)
-- SetLocalOption("tabsize", 4, view)
-- SetLocalOption("tabstospaces", "on", view)
setIndentation(properties, view)
-- setCodingSystem(propertieps, view)
-- Currently micro does not support changing coding-systems
-- (Always use utf-8 with LF?)
-- setCodingSystem(properties, view)
-- `ruler' is not what we want!
-- setMaxLineLength(properties, view)
-- setTrimTrailingWhitespace(properties, view)
-- We have eofnewline! Use this!
-- setInsertFinalNewline(properties, view)
end

function onSave(view)


Loading…
取消
儲存