]> Sergey Matveev's repositories - nnn.git/commitdiff
Align fields in config.def.h
authorsin <sin@2f30.org>
Mon, 22 Aug 2016 10:23:47 +0000 (11:23 +0100)
committersin <sin@2f30.org>
Mon, 22 Aug 2016 10:23:47 +0000 (11:23 +0100)
Diff by Ypnose

config.def.h

index af9bcbb641d49dafcc68ab448ff7e27be1199936..ca757dfee9dacaeab6140b6883f8f0d735d8f570 100644 (file)
@@ -1,11 +1,11 @@
 /* See LICENSE file for copyright and license details. */
-#define CWD "cwd: "
+#define CWD   "cwd: "
 #define CURSR " > "
 #define EMPTY "   "
 
-int mtimeorder = 0; /* Set to 1 to sort by time modified */
+int mtimeorder  = 0; /* Set to 1 to sort by time modified */
 int idletimeout = 0; /* Screensaver timeout in seconds, 0 to disable */
-char *idlecmd = "rain"; /* The screensaver program */
+char *idlecmd   = "rain"; /* The screensaver program */
 
 struct assoc assocs[] = {
        { "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mplayer" },