eric6/ThirdParty/EditorConfig/editorconfig/handler.py

changeset 6996
7d5a103bdb76
parent 6942
2602857055c5
equal deleted inserted replaced
6992:e588261fc82d 6996:7d5a103bdb76
1 """EditorConfig file handler 1 """EditorConfig file handler
2 2
3 Provides ``EditorConfigHandler`` class for locating and parsing 3 Provides ``EditorConfigHandler`` class for locating and parsing
4 EditorConfig files relevant to a given filepath. 4 EditorConfig files relevant to a given filepath.
5 5
6 Licensed under PSF License (see LICENSE.txt file). 6 Licensed under Simplified BSD License (see LICENSE.BSD file).
7 7
8 """ 8 """
9 9
10 import os 10 import os
11 11

eric ide

mercurial