소스 검색

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)


불러오는 중...
취소
저장