mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			570 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			570 B
		
	
	
	
	
	
	
	
Name
INI - generic config file format (.ini)
Description
INI files serve as human-readable configuration files.
They consist of key-value pairs separated by '=', optionally located under a unique group in square brackets.
Additionally, Userland/Libraries/LibCore/ConfigFile.cpp
supports comments: the characters '#' and ';' skip the entire line only if they appear at the beginning of the line.
Examples
[Mapping]
Keymaps=en-us
