## /etc/nanorc — InterGenOS system defaults
## Override any setting in ~/.nanorc
## See 'man nanorc' for all options

## Syntax highlighting for all bundled file types
include "/usr/share/nano/*.nanorc"

## Display line numbers in the left margin
set linenumbers

## Show cursor position in the status bar
set constantshow

## Wrap long lines visually (no hard line breaks)
set softwrap

## Auto-indent new lines to match the previous line
set autoindent

## Remember cursor position between editing sessions
set positionlog

## Remember search/replace strings between sessions
set historylog

## Smart Home key — jump to first non-whitespace character
set smarthome

## Show a scrollbar indicator on the right
set indicator

## Tab settings — 4 spaces, convert tabs to spaces
set tabsize 4
set tabstospaces

## Clear status bar messages after one keystroke
set quickblank

## Trim trailing whitespace when saving
set trimblanks

## Display editor state flags in the title bar
set stateflags

## Enable multiple file buffers (open several files at once)
set multibuffer
