1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#####################################################################
# User settings must be in $XI_CONFIG/preferences.xiconfig, where #
# '$XI_CONFIG' is the Xi configuration directory for your platform. #
# #
# These settings can also be overridden for a particular syntax; #
# add your overrides in (for example) '$XI_CONFIG/rust.xiconfig'. #
#####################################################################
# The width of a tab, in spaces.
= 4
# Insert spaces when the tab key is pressed.
= true
# If translate_tabs_to_spaces is true, backspace will delete multiple
# spaces, up to the previous tab stop.
= true
# List of paths to additional plugins
= []
= "Inconsolata"
# In points
= 14
# Automatically match current indentation level on newline.
= true
# Allow scrolling past the last line of a document.
= false
# If non-zero, indicates the column at which lines will be wrapped.
= 0
# If true, wraps lines at the edge of the view. Overrides 'wrap_width'.
= false
# Detect tab and newline settings on file open
= true
# Ensure file ends in a newline when saving
= true