mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
set default tab width to 2 to match current default
This commit is contained in:
parent
36237484f6
commit
8ad26817f1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Sequel.migration do
|
|||
DB.add_column :sites, :autocomplete_enabled, :boolean, default: false
|
||||
DB.add_column :sites, :editor_font_size, :int, default: 14
|
||||
DB.add_column :sites, :keyboard_mode, :int, default: 0
|
||||
DB.add_column :sites, :tab_width, :int, default: 4
|
||||
DB.add_column :sites, :tab_width, :int, default: 2
|
||||
}
|
||||
|
||||
down {
|
||||
|
|
Loading…
Add table
Reference in a new issue