project_config.serializers.editorconfig module

Editorconfig INI-like configuration file to JSON converter.

Based on https://github.com/editorconfig/editorconfig-core-py/blob/master/editorconfig/ini.py

project_config.serializers.editorconfig.loads(string: str) Dict[str, Dict[str, Union[str, int]]][source]

Converts a .editorconfig configuration file string to JSON.

Parameters

string (str) – Configuration file string.