editorconfig-core-java icon indicating copy to clipboard operation
editorconfig-core-java copied to clipboard

Isn't a list of pairs a map?

Open sixcorners opened this issue 7 years ago • 1 comments

Isn't a list of pairs a map? Shouldn't List<EditorConfig.OutPair> types be maps?

sixcorners avatar May 06 '17 19:05 sixcorners

It is. List<EditorConfig.OutPair> was used to keep all clients compatible with the previous implementation. Feel free to create PR if you need an overload with the map

denofevil avatar May 08 '17 16:05 denofevil