mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Small fixes
This commit is contained in:
@@ -197,7 +197,7 @@ func DefaultGlobalSettings() map[string]interface{} {
|
||||
// Note that filetype is a local only option
|
||||
func DefaultLocalSettings() map[string]interface{} {
|
||||
common := DefaultCommonSettings()
|
||||
common["filetype"] = "Unknown"
|
||||
common["filetype"] = "unknown"
|
||||
return common
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user