19 lines
164 B
Text
19 lines
164 B
Text
#
|
|
# ~/.nanorc
|
|
# author: adam gausmann
|
|
#
|
|
|
|
|
|
# appearance
|
|
# ==========
|
|
|
|
set nohelp
|
|
set nowrap
|
|
set smooth
|
|
|
|
|
|
# indentation
|
|
# ===========
|
|
|
|
set tabsize 4
|
|
set tabstospaces
|